home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-01 / owldlgs.zip / DLGMAIN.RC < prev    next >
Text File  |  1993-04-08  |  388b  |  12 lines

  1. /*******************************************/
  2. /* Dlgmain.rc defines a simple dialog box  */
  3. /* that can be used as the main window.    */
  4. /*******************************************/
  5.  
  6. #include "windows.h"
  7. MAINWINDOWDIALOG DIALOG 31, 29, 188, 100
  8. CAPTION "Main Window Dialog"
  9. STYLE WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX
  10. BEGIN
  11. END
  12.